home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / thefarmer.swf / scripts / DefineButton2_450 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-10-01  |  798b  |  33 lines

  1. on(release){
  2.    if(_root.bibit8 > 0)
  3.    {
  4.       _root.bibit8--;
  5.       _root.tanamanlahan3 = 8;
  6.       _root.lahan3t1 = 1;
  7.       _root.lahan3t2 = 1;
  8.       _root.lahan3t3 = 1;
  9.       _root.lahan3t4 = 1;
  10.       _root.lahan3t5 = 1;
  11.       _root.lahan3t6 = 1;
  12.       _root.lahan3t7 = 1;
  13.       _root.lahan3t8 = 1;
  14.       _root.lahan3t9 = 1;
  15.       _root.lahan3t10 = 1;
  16.       _root.lahan3t11 = 1;
  17.       _root.lahan3t12 = 1;
  18.       _root.lahan3ut1 = 0;
  19.       _root.lahan3ut2 = 0;
  20.       _root.lahan3ut3 = 0;
  21.       _root.lahan3ut4 = 0;
  22.       _root.lahan3ut5 = 0;
  23.       _root.lahan3ut6 = 0;
  24.       _root.lahan3ut7 = 0;
  25.       _root.lahan3ut8 = 0;
  26.       _root.lahan3ut9 = 0;
  27.       _root.lahan3ut10 = 0;
  28.       _root.lahan3ut11 = 0;
  29.       _root.lahan3ut12 = 0;
  30.       gotoAndStop(1);
  31.    }
  32. }
  33.